home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TDELETEDIALOG / TDELETEDIALOG.txt
Text File  |  2003-04-03  |  2KB  |  81 lines

  1. object DeleteDialog: TDeleteDialog
  2.   Left = 328
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = '     '
  6.   ClientHeight = 133
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Bevel1: TBevel
  21.     Left = 4
  22.     Top = 8
  23.     Width = 317
  24.     Height = 93
  25.     Style = bsRaised
  26.   end
  27.   object Label1: TLabel
  28.     Left = 19
  29.     Top = 16
  30.     Width = 278
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 'Delete results from before:'
  34.     Layout = tlBottom
  35.     WordWrap = True
  36.   end
  37.   object DateTimePicker1: TDateTimePicker
  38.     Left = 19
  39.     Top = 62
  40.     Width = 197
  41.     Height = 24
  42.     CalAlignment = dtaLeft
  43.     Date = 36464.747020370370000000
  44.     Time = 36464.747020370370000000
  45.     DateFormat = dfLong
  46.     DateMode = dmComboBox
  47.     Kind = dtkDate
  48.     ParseInput = False
  49.     TabOrder = 0
  50.   end
  51.   object BitBtn1: TBitBtn
  52.     Left = 219
  53.     Top = 62
  54.     Width = 85
  55.     Height = 25
  56.     Caption = 'Delete'
  57.     TabOrder = 1
  58.     OnClick = BitBtn1Click
  59.   end
  60.   object BitBtn2: TBitBtn
  61.     Left = 168
  62.     Top = 104
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Close'
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.   end
  70.   object BitBtn3: TBitBtn
  71.     Left = 244
  72.     Top = 104
  73.     Width = 75
  74.     Height = 25
  75.     Caption = '&Help'
  76.     TabOrder = 3
  77.     OnClick = BitBtn3Click
  78.     NumGlyphs = 2
  79.   end
  80. end
  81.